@font-face {
    font-family: 'Myri';
    src: url(../fonts/myriad.otf);
}

.gs {
    overflow: hidden;
}

/* for majalah */
#book-container {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */

    max-width: 85%;
    margin: auto;
}

#katalog {
    /* position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;*/
    z-index: 10;
}

.page-mobile {
    display: none;
}

#navigation-mobile {
    display: none;
}

@media screen and (max-width: 568px),
screen and (max-height: 380px) {
    html {
        -webkit-text-size-adjust: none;
        -o-text-size-adjust: none;
        -moz-text-size-adjust: none;
        text-size-adjust: none;
    }
}

/* end for majalah */

/* wowbook engine, paling */
.wowbook {
    color: #333;
}

.wowbook-page-content {
    background: white;
}

.wowbook-left .wowbook-gutter-shadow {
    background-image: url(../css/page_left_background.png);
    width: 60px;
    height: 100%;
    right: -1px;
}

.wowbook-right .wowbook-gutter-shadow {
    background-image: url(../css/page_right_background.png);
    background-position: 0 0;
    width: 60px;
    height: 100%;
    left: -1px;
}

.wowbook-page-content {
    padding: 1em;
}

.wowbook-page {
    margin: auto;
}

.wowbook-page .subtitle {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 18px;
    color: blue;
    line-height: 1.5;
    padding: 5px 5px 0px;
    font-style: italic;
}

.wowbook-page p,
.wowbook-page ul {}

.wowbook-page li {
    /*list-style: none;*/
}

.wowbook-page .feature.pagefx p {
    font-size: 22px;
}

.wowbook-page .feature.pagefx .subtitle {
    margin-top: 0;
    font-size: 18px;
}

.easy {
    background: #ffffff url("easy.png") no-repeat left top;
    background-size: 200% 100%;
    zoom: 1;
    font-size: 1.5em;
    font-family: lato;
}

.easy h1,
.easy p,
.easy .subtitle {
    display: none;
}

.wowbook-right .easy {
    background-position: right top;
}

.design {
    background: #ffffff url("design.png") no-repeat;
    background-size: 200% 100%;
}

.design h1 {
    background: none;
    text-indent: -10000px;
    color: #88bfbf;
    text-shadow: 1px 1px 0px #447f7f;
    font-size: 144px;
    line-height: 0.8;
    bborder-bottom: 2px solid #88bfbf;
}

.design .subtitle {
    font-family: 'News Cycle', sans-serif;
    font-style: normal;
    font-size: 30px;
    color: #333;
    position: absolute;
    top: 27%;
}

.wowbook-right .design {
    background-position: right top;
}

.wowbook-right .design p {
    text-align: right;
    position: absolute;
    bottom: 1.5em;
    font-size: 30px;
    padding-right: 1em;
}

#thumbs_holder .wowbook-thumbnails {
    background: none repeat scroll 0 0 #222;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-top: 1px solid white;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid blue;
    border-bottom-color: rgba(64, 64, 64, 0.5);
    box-shadow: 0 0 20px #aa2b2b;
    padding: 10px 0;
    position: relative;
}

#thumbs_holder .wowbook-button {
    background-color: #AA2B2B;
}

.wowbook-thumbnails {
    background: none repeat scroll 0 0 #888;
    background: none repeat scroll 0 0 rgba(128, 128, 128, 0.48);
    border-top: 1px solid white;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid blue;
    border-bottom-color: rgba(64, 64, 64, 0.5);
    box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
}

.wowbook-horizontal.wowbook-thumbnails {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wowbook-vertical .wowbook-thumbnail {
    margin-top: 5px;
    margin-bottom: 5px;
}

#thumbs_type,
#thumbs_position,
#thumbs_size {
    text-align: center;
}

#thumbs_position button {
    width: 49%;
}

#zoom-feature {
    background: #ffffff url("zoom.jpg") no-repeat;
    background-size: 200% 100%;
}

#zoom-feature h1 {
    font-size: 100px;
    color: #333;
    background: none;
    line-height: 1.1;
    padding: 5px 0px 0px;
    text-align: right;
}

#zoom-feature2 {
    background-color: white;
    background-image: url("zoom.jpg");
    background-size: 200% 100%;
    background-position: right top;
    background-repeat: no-repeat;
}

.deeplinking {
    color: white;
    background: url("chain.jpg") no-repeat;
    background-size: 200% 100%;
}

.deeplinking h1 {
    color: white;
    background: #3d567d !important;
}

.deeplinking a,
.deeplinking a:active,
.deeplinking a:visited {
    color: #f8f8f8;
    text-decoration: underline;
}

.wowbook-right .deeplinking {
    background-position: top right;
}

.wowbook-page .feature.numbering {
    background: url("numbering.png") #ffffff no-repeat;
    background-size: 100% 100%;
}

.wowbook-page .feature.numbering h1 {
    color: #AA2B2B;
    background: none;
    font-size: 40px;
    padding-left: 0;
    padding-right: 0;
}

.wowbook-page .feature.numbering p {
    font-size: 23px;
}

.wowbook-page .feature.numbering .wowbook-page-number {
    text-indent: 100%;
    overflow: hidden;
}

.wowbook-page .feature.slideshow h1 {
    color: #AA2B2B;
    background: none;
    font-size: 40px;
    padding-left: 0;
    padding-right: 0;
}

.wowbook-page .feature.slideshow a {
    display: block;
    text-align: center;
}

.wowbook-page .feature.flash {
    background: url("flash.png") #ffffff no-repeat;
    background-size: 200% 100%;
    padding-top: 42%;
    /* 170px/400px */

}

.wowbook-page .feature.flash p {
    font-size: 20px;
    padding: 0.7em;
}

.wowbook-page .feature.flash h1 {
    display: none;
}

.wowbook-right .more {
    background-position: top right;
}

/* hilangkan */
.displaynone {
    display: none;
}

/* end hilangkan */

/* buat scroll vertikal */
.scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* end scroll */

/* bottom navigasi */
#bottom-nav {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    padding: auto;
    width: 70%;
    z-index: 13;
    user-select: none;
}

.li-icon {
    display: inline-table;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

/* end bottom navigasi */

/* navigasi pengganti ketika layar kecil */
#res-nav {
    position: fixed;
    bottom: 0;
    left: 10px;
    z-index: 13;
    display: none;
}

.li-icon-res {
    list-style-type: none;
    margin-bottom: 20px;
    background-color: black;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.li-icon-res-menu {
    list-style-type: none;
    margin-bottom: 20px;
    background-color: #e51c23;
    padding: 15px;
    cursor: pointer;
}

.navicon-res {
    color: white;
}

.navicon-res-menu {
    color: white;
}

/* end */

/* variasi warna navigasi */
.nav-light {
    background-color: #1b1c1d !important;

}

.nav-dark {
    background-color: white !important;
}

.navicon {
    cursor: pointer;
}

.navicon-light {
    color: white;
    cursor: pointer;
}

.navicon-dark {
    color: black;
    cursor: pointer;
}

.navicon:hover {
    color: rgb(39, 95, 31);
    animation-name: pulse;
}

/* end */

/* top navigasi */
#top-nav {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    margin: auto;
    width: 100%;
    height: 40px;
    z-index: 13;
}

/* end top navigasi */


/* scroll untuk modal pencarian */
.scroll {
    overflow-y: scroll;
    height: 400px;
}

/* end */


/* side navigation/ navigasi samping */
#mySidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    transform: translateX(-100%);
}

#mySidenavright {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    transform: translateX(100%);
}

.sidenav-light {
    background-color: #1b1c1d;
    color: white;
}

#tt {
    font-family: 'Myri';
    font-size: 25px;
}

.sidenav-dark {
    background-color: white;
    color: black;
}

/* end sidenav */

/* opacity ketika sidenav muncul */
#over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
    display: none;
}

/* end */

/* buat ngatur warna */
.color-box {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-table;
    border: 1px solid white;
}

.black {
    background-color: #1b1c1d;
    color: white;
}

.grey {
    background-color: #7b8990;
    color: white;
}

.blue {
    background-color: #2196F3;
    color: white;
}

.green {
    background: #4CAF50;
    color: white;
}

.red {
    background-color: #e51c23;
    color: white;
}

.brown {
    background-color: #795548;
    color: white;
}

.yellow {
    background-color: #ffeb3b;
    color: black;
}

.orange {
    background-color: #ff9800;
    color: white;
}

/* end buat pilih warna */

/* div kotak buat ganti background */
.backg {
    cursor: pointer;
    display: inline-table;
}

/* end */


/* ketika layar kecil */
@media screen and (max-width : 1267px) {
    .li-icon {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width : 1053px) {
    .li-icon {
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media screen and (max-width : 967px) {
    .li-icon {
        margin-left: 1px;
        margin-right: 1px;
    }
}

@media screen and (max-width : 882px) {
    .li-icon {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width : 839px) {
    .li-icon {
        margin-left: -2px;
        margin-right: -2px;
    }
}

@media screen and (max-width : 753px) {
    .li-icon {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media screen and (max-width : 625px) {
    /* #bottom-nav{
    display: none;
  }
  #res-nav{
    display: block;
  } */
}

/* end */

/* tombol dubbing */
.play {
    width: 60px;
    padding: 10px;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 45%;
    margin: auto;
    background-color: black;
    color: white;
    z-index: 2;
    border-radius: 10px;
    opacity: 0.2;
    cursor: pointer;
}

.play-slide {
    width: 60px;
    padding: 10px;
    position: absolute;
    right: 0px;
    left: -195px;
    top: 45%;
    margin: auto;
    background-color: black;
    color: white;
    z-index: 2;
    border-radius: 10px;
    opacity: 0.2;
    cursor: pointer;
}

.play-slide-right {
    width: 60px;
    padding: 10px;
    position: absolute;
    right: 0px;
    left: 195px;navigation
    top: 34%;
    margin: auto;
    background-color: black;
    color: white;
    z-index: 2;
    border-radius: 10px;
    opacity: 0.2;
    cursor: pointer;
}

.play:hover {
    opacity: 1;
}

.play-slide:hover {
    opacity: 1;
}

.play-slide-right:hover {
    opacity: 1;
}

/* end */

.box {
    cursor: pointer;
    padding: 10px;
}

.gr {
    background-color: #3b3b3b;
}

.ui.huge.below.pointing.label.ww {
    position: absolute;
    top: 13%;
    left: 23%;
    background-color: #1b1c1d;
    color: white;
}

.ui.huge.below.pointing.label.sld {
    position: absolute;
    top: 9%;
    left: 11%;
    background-color: #1b1c1d;
    color: white;
}

.wowbook-zoomwindow {
    z-index: 99;
}
